projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec37fbe
)
x11/gl: Set the correct minor version
author
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 25 Dec 2014 11:49:58 +0000
(11:49 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 25 Dec 2014 11:49:58 +0000
(11:49 +0000)
The major version is set twice.
https://bugzilla.gnome.org/show_bug.cgi?id=741954
gdk/x11/gdkglcontext-x11.c
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkglcontext-x11.c
b/gdk/x11/gdkglcontext-x11.c
index 93bb886bf1c16216dc05d200f9c618189ea7fd6b..47de80c8fd0755328c855982cacf293eb293b76d 100644
(file)
--- a/
gdk/x11/gdkglcontext-x11.c
+++ b/
gdk/x11/gdkglcontext-x11.c
@@
-742,7
+742,7
@@
create_gl3_context (GdkDisplay *display,
static const int attrib_list[] = {
GLX_CONTEXT_PROFILE_MASK_ARB, GLX_CONTEXT_CORE_PROFILE_BIT_ARB,
GLX_CONTEXT_MAJOR_VERSION_ARB, 3,
- GLX_CONTEXT_M
AJ
OR_VERSION_ARB, 2,
+ GLX_CONTEXT_M
IN
OR_VERSION_ARB, 2,
None,
};